home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / MISCEOUS / NUMWRD.LZH / NUMWORDS.DOC next >
Text File  |  1989-04-23  |  5KB  |  149 lines

  1. Overview:
  2. --------
  3.  
  4.  
  5. NUMWORDS, Version 1.1, prompts you to type in a phone number.  It then 
  6. generates all possible "words" that that number could create and prints 
  7. them on your screen, disk, or printer (as you choose).
  8.  
  9. NUMWORDS runs on the IBM PC and compatible computers with a monochrome or 
  10. color monitor.  A disk drive and a printer are optional.
  11.  
  12. This program was written and compiled with QuickBASIC, Version 4.5
  13.  
  14.  
  15.  
  16.  
  17.  
  18. Instructions for using NUMWORDS, Version 1.1:
  19. --------------------------------------------
  20.  
  21.  
  22. NUMWORDS is extremely easy to use.  You probably don't even need to read
  23. these instructions.  But here they are, just in case.
  24.  
  25. First, copy NUMWORDS.EXE to your computer and, from the DOS prompt, enter 
  26. NUMWORDS.  Then just follow the prompts.
  27.  
  28.  
  29. PROMPT 1:  Please type in the phone number:
  30. ACTION:    Type the 7-digit phone number. 
  31.  
  32.         NUMWORDS automatically supplies the hyphen after the third digit.
  33.         You can change any of the first 6 digits by backspacing and 
  34.         retyping.  Once you type the seventh digit, you are instantly 
  35.         sent to the next prompt.  
  36.  
  37.  
  38. PROMPT 2:  Send output to  <S>creen   <D>isk   <P>rinter
  39. ACTION:    Press S, D, or P
  40.  
  41.         If you press S or P, the words the phone number spells--between 1 
  42.         and 2,187 of them--are printed, 6 per line, on the screen or 
  43.         printer.  Output to the screen will pause when the screen is 
  44.         full.  Press any key to continue.
  45.  
  46.         If you press "D" (for Disk), the program then prompts you to name
  47.         the file that will be created: 
  48.  
  49.              PROMPT 3:  Select a file name  (<Enter> = xxx-xxxx.LST):
  50.              ACTION:  Press <Enter> OR type a valid DOS filename 
  51.                 (including, if desired, drive and path) and then 
  52.                 press <Enter>.
  53.  
  54.              If you press <Enter> alone, output will be written to a file
  55.              in the current drive and directory.  The file's base name 
  56.              will be the same as the phone number (including the "-"), 
  57.              and its extension will be ".LST".  (You will see the actual
  58.              file name in the prompt, not literally "xxx-xxxx.LST.")
  59.  
  60.              You may specify a different file name (including optional 
  61.              drive and directory name) if you prefer.  At the prompt, 
  62.              enter any valid DOS pathname (for instance,
  63.              C:\DATA\MYPHONE.NUM) and the press <Enter>.  Output will 
  64.              then be added to the file you specified.
  65.  
  66.              If you specify the name of an existing file, the words 
  67.              generated will be added to the end of the file: the original
  68.              contents of that file will not be damaged.
  69.  
  70.  
  71. PROMPT 4:  Select another number?
  72. ACTION:    Press "y" or <Enter> to start again, OR press any other key to
  73.               end the program.
  74.              
  75.              If you want to use the same number but send the output to a
  76.              different place, press "y" or <Enter> and begin again.
  77.  
  78.  
  79.  
  80.  
  81.  
  82. Special Features of NUMWORDS, Version 1.1:
  83. -----------------------------------------
  84.  
  85. ERROR-TRAPPING:
  86.  
  87. NUMWORDS responds to almost any conceivable error--an illegal file name, 
  88. a write-protected floppy disk, a printer out of paper, etc.-- by beeping, 
  89. informing you of the specific error, and giving you the option of fixing 
  90. the error and continuing or else ending the program.  In most cases, you 
  91. are prompted to press <Spacebar> to continue or <Esc> to end.  A few 
  92. errors cannot be recovered from--for instance, writing to a disk with 
  93. inadequate free space.  In these rare cases, NUMWORDS will advise you to 
  94. press <Esc> to end the program.  (Pressing <Spacebar> will do neither 
  95. harm nor good.) 
  96.  
  97.  
  98.  
  99. ELIMINATION OF DUPLICATE WORDS:
  100.  
  101. A phone number with no 1's or 0's will generate 2,187 different words.  
  102. Each 1 or 0 in the number will reduce the number of unique words by a 
  103. power of 3.  (The number 246-1800, for instance, will produce only 81
  104. unique words.)  Another word-generating program available will print 
  105. 2,187 words--many of them duplicates--no matter how many 1's or 0's 
  106. appear in the phone number.  NUMWORDS's more sophisticated algorithm 
  107. eliminates duplicates and generates only unique words.
  108.  
  109.  
  110.  
  111. CHOICE OF OUTPUT TO DISK, SCREEN, OR PRINTER:
  112.  
  113. For output to disk, the user may choose any filename (s)he wants or 
  114. accept a default name based on the phone number.
  115.  
  116.  
  117.  
  118. IT'S FREE:
  119.  
  120. NUMWORDS, Version 1.1, is free of charge.  You may copy it and distribute 
  121. copies as promiscuously as you like, provided that no fee is charged for 
  122. the program.  Please include this Documentation file along with the 
  123. program file (NUMWORDS.EXE).  Please do not modify either file.
  124.  
  125.  
  126. --------------------------------------------------------------------------
  127.  
  128.  
  129. CODA:
  130.  
  131.  
  132. If you enjoy NUMWORDS, or if you have any suggestions for improvement, 
  133. please drop me a note.  You can reach me at these addresses:
  134.  
  135.         CompuServe: 71511,661
  136.         The Source: BFP483
  137.         PARTICIPATE [conferencing system] on The Source: 'Ken Dowst'
  138.  
  139.         Hartford-area BBS's:
  140.           Try CONNECTICUT YANKEE  (203) 277-2931
  141.               WINDSOR MANOR       (203) 688-4973
  142.  
  143.  
  144.  
  145. Ken Dowst
  146. Hartford, CT
  147. April, 1989
  148.  
  149.